~Tanita Reponetexakol commented on May 4, 2011

Re: Best Practices for using LDAP with Lotus Sametime

The Display Name attribute is a common use for Java-customized LDAP attributes and it is recommended to use the custom java class for your business needs

~Tanita Reponetexakol commented on Apr 8, 2010

Best Practices for using LDAP with Lotus Sametime

Yes.

The Java custom class enables to manipulate LDAP attributes string and to combine two LDAP attributes into a single display name as needed

Please review the "String Manipulation Using Java Customized LDAP Attributes Example" section under the "Using the LDAP Customized Java Library" paragraph for more details this subject.

~Martha Nongeroveroni commented on Mar 19, 2010

Best Practices for using LDAP with Lotus Sametime

Is it really correct that a custom Java class is necessary to combine attributes? For example, we store FirstName and LastName as string attributes. We would like to combined them into a FullName for display purposes.